The following tables list the members exposed by IObservableSource<T>.
Public Properties
| Name | Description |
| CreateNew | This delegate is used to create new items. If it is null, a public parameterless constructor of type T is used. |
| IsDeletedStateAvailable | Gets a value indicating whether an item of this collection can still return correct property values after it has been deleted from the collection. |
| SupportsItemOrdinals | Gets a value that indicates whether this collection is capable of providing the ordinal position of the changed item when it notifies of an item change. |
Top
Public Methods
Public Events
| Name | Description |
| Changed | Occurs after an item of the collection or the entire collection has changed. |
Top
See Also